Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Testing

Listings

Results 1 - 4 of 4

TestMore

 

lua-TestMore is a port of the Perl5 module Test::More.

Platform: OS Independent; License: MIT/X Consortium License

Reference: https://luaforge.net/projects/testmore/

 

Luaunit

 

LuaUnit is a unit testing framework modeled after Python unit testing framework.

Platform: OS Independent; License: Public Domain

Reference: https://phil.freehackers.org/programs/luaunit/

 

lunit

 

lunit is a unit testing framework for Lua, written in lua. It provides currently 27 assert functions, 8 type checking functions and a few miscellaneous functions for usage as an easy unit testing framework.

Platform: OS Independent; License: MIT License

Reference: http://www.nessie.de/mroth/lunit/

 

Shake

 

Shake is a simple test engine for Lua that assumes that tests only use assert() and print() calls. If you are looking for something similar to JUnit, check lunit and luaunit instead. Shake depends on Leg and LPeg.

Platform: Cross-platform; License: MIT/X Consortium License

Reference: https://luaforge.net/projects/shake/